-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime-sdk: bump the rust group across 1 directory with 20 updates #2005
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the rust group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [k256](https://github.com/RustCrypto/elliptic-curves) | `0.13.3` | `0.13.4` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.77` | | [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.22.0` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.216.0` | `1.217.0` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.211.1` | `0.217.0` | | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` | | [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` | | [rlp](https://github.com/paritytech/parity-common) | `0.5.2` | `0.6.1` | | [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.128` | | [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.1.0` | `3.2.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.12` | `0.23.13` | | [rustls-mbedpki-provider](https://github.com/fortanix/rustls-mbedtls-provider) | `0.1.0` | `0.2.0` | | [webpki-root-certs](https://github.com/rustls/webpki-roots) | `0.26.4` | `0.26.6` | | [mockito](https://github.com/lipanski/mockito) | `0.31.1` | `1.5.0` | Updates `async-trait` from 0.1.81 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.83) Updates `k256` from 0.13.3 to 0.13.4 - [Commits](RustCrypto/elliptic-curves@k256/v0.13.3...k256/v0.13.4) Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...1.0.64) Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0) Updates `syn` from 2.0.75 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.75...2.0.77) Updates `walrus` from 0.20.3 to 0.22.0 - [Release notes](https://github.com/rustwasm/walrus/releases) - [Changelog](https://github.com/rustwasm/walrus/blob/main/CHANGELOG.md) - [Commits](rustwasm/walrus@0.20.3...0.22.0) Updates `wat` from 1.216.0 to 1.217.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.216.0...v1.217.0) Updates `wasmprinter` from 0.211.1 to 0.217.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `pretty_assertions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1) Updates `primitive-types` from 0.12.2 to 0.13.1 - [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1) Updates `rlp` from 0.5.2 to 0.6.1 - [Commits](paritytech/parity-common@rlp-v0.5.2...rlp-v0.6.1) Updates `uint` from 0.9.5 to 0.10.0 - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0) Updates `serde` from 1.0.208 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.210) Updates `serde_json` from 1.0.125 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.125...1.0.128) Updates `proc-macro-crate` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/commits/v3.2.0) Updates `rustls` from 0.23.12 to 0.23.13 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.12...v/0.23.13) Updates `rustls-mbedpki-provider` from 0.1.0 to 0.2.0 - [Commits](fortanix/rustls-mbedtls-provider@rustls-mbedpki-provider-v0.1.0...rustls-mbedpki-provider-v0.2.0) Updates `webpki-root-certs` from 0.26.4 to 0.26.6 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.4...v/0.26.6) Updates `mockito` from 0.31.1 to 1.5.0 - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@0.31.1...1.5.0) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: walrus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: primitive-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: rlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: proc-macro-crate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rustls-mbedpki-provider dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: webpki-root-certs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
kostko,
pro-wh and
ptrus
as code owners
September 26, 2024 01:54
dependabot
bot
added
c:deps
Category: external dependencies
c:runtime-sdk
Category: Runtime SDK
labels
Sep 26, 2024
✅ Deploy Preview for oasisprotocol-oasis-sdk canceled.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust group with 20 updates in the / directory:
0.1.81
0.1.83
0.13.3
0.13.4
1.0.63
1.0.64
1.0.86
1.0.89
1.39.3
1.40.0
2.0.75
2.0.77
0.20.3
0.22.0
1.216.0
1.217.0
0.211.1
0.217.0
1.4.0
1.4.1
0.12.2
0.13.1
0.5.2
0.6.1
0.9.5
0.10.0
1.0.208
1.0.210
1.0.125
1.0.128
3.1.0
3.2.0
0.23.12
0.23.13
0.1.0
0.2.0
0.26.4
0.26.6
0.31.1
1.5.0
Updates
async-trait
from 0.1.81 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47
Release 0.1.83bfe8d61
Merge pull request #278 from dtolnay/arbself7bd974b
Ignore needless_arbitrary_self_type clippy lint in generated codeb53b4e7
Add regression test for issue 277f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-11Updates
k256
from 0.13.3 to 0.13.4Commits
5ac8f5d
k256 v0.13.4613cbaf
k256: add support for non-32-byte BIP340 signatures (#1041)3787e4c
k256 v0.13.3Updates
thiserror
from 1.0.63 to 1.0.64Release notes
Sourced from thiserror's releases.
Commits
84484bc
Release 1.0.64023f036
Merge pull request #322 from oxalica/feat/mark-auto-derivedae1f47e
Mark #[automatically_derived] for generated implsab5b5e3
Upload CI Cargo.lock for reproducing failures00b3c14
Work around new dead code warning in testUpdates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
tokio
from 1.39.3 to 1.40.0Release notes
Sourced from tokio's releases.
Commits
ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)Updates
syn
from 2.0.75 to 2.0.77Release notes
Sourced from syn's releases.
Commits
6232266
Release 2.0.7797acbf0
Merge pull request #1727 from dtolnay/exprparena3b5a5c
Support parsing Expr::Tuple in derive3c24f57
Run upload-artifact action regardless of previous step failure78608a3
Upload CI Cargo.lock for reproducing failuresef3e9c6
Release 2.0.768f7365f
Merge pull request #1725 from dtolnay/tailcall6cddd9e
Make tail call expr mandatoryUpdates
walrus
from 0.20.3 to 0.22.0Release notes
Sourced from walrus's releases.
Commits
9b59ca6
bump: 0.22 release prep with macro crate (#278)3c1a2ef
feat: remove non_exhaustive from Instr enum (#277)705c608
0.21.3cb0b87f
fix: add non_exhaustive to Instr enum (#276)9f918c6
0.21.2fd7ea7b
Support the Tail Call Proposal (#272)e6fd953
Fix most clippy warnings (#273)2c3ddf9
0.21.1fb53f15
feat!: complete support memory64 proposal (#270)e9c0a61
fix: disable multi-memory when config.only_stable_features is true (#269)Updates
wat
from 1.216.0 to 1.217.0Commits
46cb2e8
Release wasm-tools 1.217.0 (#1772)dabd1cd
Update*.wast
parser with recently added directives (#1762)ebfd6a0
Tweak printing page sizes in text format (#1769)668cb31
Fix wasm-smith's page_size calculation (#1770)346f26c
RenameMaybeType
variants, tweak documentation (#1737)50f63d4
Share more core type infrastructure in components (#1765)b1766fb
Start moving towardwasm_encoder
inwast
's core wasm encoding (#1767)97fe512
Proceed to the next step in the "removeinterface
" transition (#1753)c4a77ae
Fix running tests withRUST_BACKTRACE=1
(#1761)50aef2f
Add a shorthand feature constructor for Wasm 3.0 (#1760)Updates
wasmprinter
from 0.211.1 to 0.217.0Commits
Updates
pretty_assertions
from 1.4.0 to 1.4.1Release notes
Sourced from pretty_assertions's releases.
Changelog
Sourced from pretty_assertions's changelog.
Commits
f5c5b24
chore: prep 1.4.1 released34d524
chore: display feature-flagged docs on docs.rsfac4273
Merge pull request #131 from sandydoo/fix-yansi-deprecation1e51cce
chore: rename deprecated yansi methods4a0e5a3
Merge pull request #121 from SergioBenitez/yansi-update08838fe
internal: bump MSRV to 1.63.0 for yansi777387d
ci: bump runner to windows-202235c08fe
chore: update 'yansi' to 1.0.0-rcUpdates
primitive-types
from 0.12.2 to 0.13.1Commits
Updates
rlp
from 0.5.2 to 0.6.1Commits
5be22d3
fix rlp versioneeaacc3
bump rlp-derive version63c5afb
Bump versions (#860)0db43ee
Remove From [u8; n] impl for uint types (#859)701148e
Update syn to 2 (#855)2f1866d
Upgrade rocksdb to 0.22 (#853)9ff9316
fix compile errors with new Rust (#854)757e2bd
primitive-types: add repository URL to Cargo.toml (#844)d5e9c1d
Add more comment (#827)dbf46ba
Release 0.2.0 (#825)Updates
uint
from 0.9.5 to 0.10.0Commits
63c5afb
Bump versions (#860)0db43ee
Remove From [u8; n] impl for uint types (#859)701148e
Update syn to 2 (#855)2f1866d
Upgrade rocksdb to 0.22 (#853)9ff9316
fix compile errors with new Rust (#854)757e2bd
primitive-types: add repository URL to Cargo.toml (#844)d5e9c1d
Add more comment (#827)dbf46ba
Release 0.2.0 (#825)314bda6
build(deps): bump Swatinem/rust-cache from 2.7.2 to 2.7.3 (#824)2241f64
build(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#823)Updates
serde
from 1.0.208 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_json
from 1.0.125 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failures5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticUpdates
proc-macro-crate
from 3.1.0 to 3.2.0Release notes
Sourced from proc-macro-crate's releases.
Commits
Updates
rustls
from 0.23.12 to 0.23.13Commits
a8d875f
Prepare 0.23.13bc892cd
kx: work around aws-lc-rs accepting more point formats9730181
Take aws-lc-rs 1.9 and enable prebuilt-nasm1376edd
fix(deps): update rust crate zlib-rs to 0.3696a1ef
added links to rustls-wolfcrypt-provider in the third-party crypto providers ...f05b0cc
validate_ffdhe_params: also validate constants37af3c1
Override defaultffdhe_group()
for all kx impls92ff3d8
Deprecate and remove use ofFfdheGroup::named_group
483fece
Deprecate and remove use ofFfdheGroup::from_named_group
97191e0
Have key exchange types know their FFDHE groupUpdates
rustls-mbedpki-provider
from 0.1.0 to 0.2.0Commits
afdfe79
Chore(deps): bump rustls-native-certs (#96)0e7a83e
Enable ECDSA signature schemes in pki provider (#93)a9eb738
Chore(deps): bump rustls-pki-types in the crates-io group (#74)6038017
ci: fix ci on macos (#76)Updates
webpki-root-certs
from 0.26.4 to 0.26.6Release notes
Sourced from webpki-root-certs's releases.
Commits
7edc915
webpki-roots/webpki-root-certs: 0.26.5 -> 0.26.6cfa1c70
webpki-roots/webpki-root-certs: fix LICENSE filesa533475
webpki-ccadb: update Moz CCADB root report url1175f11
webpki-root(-certs): v0.26.5dc6d7c8
aug 29th upstream ccadb updatesUpdates
mockito
from 0.31.1 to 1.5.0Release notes
Sourced from mockito's releases.
... (truncated)
Commits
f1c3fe1
Bump to 1.5.008f2fa3
Merge pull request #199 from tottoto/refactor-response-body42e3efe
Refactor response bodyf477e54
Merge pull request #198 from tottoto/update-to-hyper-1e8694ae
Update to hyper 1b152b76
Depend on some crate directly3ce41f0
Bump to 1.40.0bd9eeb7
Merge pull request #196 from lipanski/coloreda177edb
Bump MSRV to 1.70 and relax colored crate version requirements482eed9
Bump to 1.3.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions